Eclipse Platform
Pre-release 3.0

Uses of Class
org.eclipse.swt.accessibility.AccessibleTextEvent

Packages that use AccessibleTextEvent
org.eclipse.swt.accessibility SWT Accessibility. 
 

Uses of AccessibleTextEvent in org.eclipse.swt.accessibility
 

Methods in org.eclipse.swt.accessibility with parameters of type AccessibleTextEvent
 void AccessibleTextListener.getCaretOffset(AccessibleTextEvent e)
          Sent when an accessibility client requests the current character offset of the text caret.
 void AccessibleTextListener.getSelectionRange(AccessibleTextEvent e)
          Sent when an accessibility client requests the range of the current text selection.
 void AccessibleTextAdapter.getCaretOffset(AccessibleTextEvent e)
          Sent when an accessibility client requests the current character offset of the text caret.
 void AccessibleTextAdapter.getSelectionRange(AccessibleTextEvent e)
          Sent when an accessibility client requests the range of the current text selection.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.